home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000335_news@columbia.edu _Wed Feb 21 11:46:25 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id LAA00118
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Wed, 21 Feb 2001 11:46:24 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA27352
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 21 Feb 2001 11:46:24 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id LAA27388
  10.     for kermit.misc@watsun.cc.columbia.edu; Wed, 21 Feb 2001 11:25:53 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: "Woot" <mymp3xyz@hotmail.com>
  13. Subject: Re: Filename conversions
  14. Message-ID: <3a93dcde.0@209.4.12.42>
  15. Date: Wed, 21 Feb 2001 16:25:32 GMT
  16. Organization: Intermedia Business Internet - Beltsville, MD
  17. To: kermit.misc@columbia.edu
  18.  
  19. I'm having a great conversation with myself.... :)
  20. If I "get" the file from the HP48 (putting the HP48 in server mode) it works
  21. fine.
  22.  
  23. hmmmm
  24.  
  25. "Frank da Cruz" <fdc@watsun.cc.columbia.edu> wrote in message
  26. news:96v1gh$skm$1@newsmaster.cc.columbia.edu...
  27. > In article <3a92eb55.0@209.4.12.42>, Woot <mymp3xyz@hotmail.com> wrote:
  28. > : I am using K95 to receive files from an HP48. K95 appends ".~1~" to the
  29. > : filename for some reason. Also a blank file with the correct name is
  30. also
  31. > : created. I can't find a way to turn this off. This never happened in the
  32. DOS
  33. > : version of Kermit.
  34. > : Anyone know how to turn it off?
  35. > :
  36. > Read about "set file collision" in the manual, or just type "help set
  37. file".
  38. >
  39. > By default, if a file comes in that has the same name as an existing
  40. > file, the existing file is renamed to have .~n~ at the end, where n is a
  41. > unique (next highest) number.
  42. >
  43. > If you want incoming files to overwrite any existing file of the same
  44. > name, use "set file collision overwrite".  There are various other
  45. options.
  46. >
  47. > It sounds to me like you might have "set file collision rename", which
  48. renames
  49. > the incoming file rather than the previously existing file.  I can't
  50. explain
  51. > the blank (empty?) file without more information.  If you're interested in
  52. > pursuing this, send a packet log to kermit-support@columbia.edu.
  53. >
  54. > - Frank
  55.  
  56.  
  57.  same
  58. > name, use "set file collision overwrite".  There are various other
  59. options.
  60. >
  61. > It sounds to me like you might have "set file collision rename", which
  62. renames
  63. > the incoming file rather than the previously existing file.  I can't
  64. explain
  65. > the blank (empty?) file without more information.  If you're interested in
  66. > pursuing this, send a packet log to kermit-support@columbia.edu.
  67. >
  68. > - Frank
  69.  
  70.  
  71.